ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / CustomPropertyCollection Class / CustomPropertyCollection Constructor / CustomPropertyCollection Constructor(IEnumerable<CustomProperty>)
Collection of CustomProperty

In This Topic
    CustomPropertyCollection Constructor(IEnumerable<CustomProperty>)
    In This Topic
    Constructor for CustomPropertyCollection
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal properties As IEnumerable(Of CustomProperty) _
    )
    public CustomPropertyCollection( 
       IEnumerable<CustomProperty> properties
    )

    Parameters

    properties
    Collection of CustomProperty
    See Also